projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a72394
)
treeview: render a frame around the rows, after drawing their background
author
Cosimo Cecchi
<cosimoc@gnome.org>
Tue, 17 May 2011 03:03:09 +0000
(23:03 -0400)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Wed, 18 May 2011 15:12:31 +0000
(11:12 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=650424
gtk/gtktreeview.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreeview.c
b/gtk/gtktreeview.c
index cd445bb84c273953930f70de2d3ac47fc9bbf33e..3be373043bfffda84eb2bac3be270653da1a45d4 100644
(file)
--- a/
gtk/gtktreeview.c
+++ b/
gtk/gtktreeview.c
@@
-4997,6
+4997,13
@@
gtk_tree_view_bin_draw (GtkWidget *widget,
background_area.width,
background_area.height);
+ /* Draw frame */
+ gtk_render_frame (context, cr,
+ background_area.x,
+ background_area.y,
+ background_area.width,
+ background_area.height);
+
if (gtk_tree_view_is_expander_column (tree_view, column))
{
if (!rtl)